Matlab 画三维立体图形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms. Some features of the library are: - creation of various shapes (3D points, 3D lines, planes, polyhedra...) through an intuitive syntax. Ex: createPlane(p1, p2, p3) to create a plane through 3 points. - derivation of new shapes: intersection between 2 planes, intersection between a plane and a line, between a sphere and a line... - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces arrays (face array contain indices of vertices), and support faces with any number of vertices. Some basic models are provided (createOctaedron, createCubeoctaedron...), as well as some computation (like faceNormal or centroid) - manipulation of planar transformation. Ex.: ROT = createRotationOx(THETA); P2 = transformPoint3d(P1, ROT); - direct drawing of shapes with specialized functions. Clipping is performed automatically for infinite shapes such as lines or rays. Ex: drawPoint3d([50 50 25; 20 70 10], 'ro'); % draw some points drawLine3d([X0 Y0 Z0 DX DY DZ]); % clip and draw straight line Some functions require the geom2d package. Additional help is provided in geom3d/Contents.m file, as well as summary files like 'points3d.m' or 'lines3d.m'.
标签: Matlab 画三维立体图形
上传时间: 2015-11-02
上传用户:A1321
这是一个能根据输入的符号表达式画三维或二维图形的matlab程序。
上传时间: 2014-12-04
上传用户:hgy9473
利用matlab计算三维光子晶体带隙的fdtd算法
上传时间: 2015-07-01
上传用户:zhyiroy
Direct3D编程与三维游戏中的图形技术 微软亚洲研究院陈刚主讲
上传时间: 2014-01-18
上传用户:sxdtlqqjl
matlab绘图教程(1、 学习MATLAB的各种二维绘图; 2、 学习MATLAB的三维绘图; 3、 MATLAB的绘图修饰; 4、 基本句柄绘图操作。 )
上传时间: 2014-01-19
上传用户:wangdean1101
基于matlab的三维时域有限差分程序(pec边界条件),使学习时域有限差分方法的好资料。
上传时间: 2013-12-03
上传用户:ryb
基于matlab的三维时域有限差分程序(cpml吸收边界),使学习时域有限差分方法的好资料。
上传时间: 2016-02-12
上传用户:ecooo
详细介绍了用MATLAB重建三维图像的过程,并有程序,感觉很不错,值得看一下!
上传时间: 2016-03-17
上传用户:BOBOniu
matlab实现三维重建,代码书写规范,运行稳定 特地传上来供大家学习参考
上传时间: 2014-12-06
上传用户:Miyuki
本书主要介绍MATLAB的图形绘制和用户图形界面实现技术。全书主要由三个部分组成:MATLAB语言介绍、MATLAB二维和三维图形绘制方法以及GUI的开发与应用。书中通过大量的实例深入浅出地介绍了MATLAB二维、三维曲线和曲面图形的绘制方法以及图形用户界面的设计和编程,可以帮助MATLAB设计人员完成各种特征数据的可视化并建立良好的图形界面与用户进行交互,使MATLAB强大的计算和设计功能得以充分体现。 本书适用于MATLAB的使用开发人员、大中院校师生以及广大的业余爱好者阅读,可作为相关专业的教材或参考资料。
上传时间: 2016-11-15
上传用户:康郎